home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Applications / MilkShape 3D / msManualEdit.txt < prev    next >
Text File  |  2002-09-26  |  1KB  |  19 lines

  1. msManualEdit.dll v1.0
  2.  
  3. Why this was made:
  4. There were questions about why an ascii output of their box showed 20 vertices instead of 8. Even though the mystery was solved, I decided that it would be nice to see what the values of the vertices were in MilkShape 3D. Recently the plugin went through a revamp to allow keyboard movement.
  5.  
  6. The base of the list ctrl comes from:
  7. http://www.codeproject.com/listctrl/listeditor.asp
  8. so a thanks goes out to Lee Nowotny for making it.
  9.  
  10. *Rant*
  11. If it does not work for some reason then it might have been me changing it to more of my liking. Oddly enough the CListCtrl seems to be one of my more hated objects. Mainly because in report style (aka speadsheet) there does not seem to be an easy way to edit anything beyond the first column. Otherwise I would create the entire thing myself.
  12. */Rant*
  13.  
  14. Notes:
  15. - It does not allow you to change the uv coordinates.
  16. - If you edit something then press OK, the edited value will not be saved. Just make sure you press Enter.
  17.  
  18. --mijacs
  19. tomijacs@yahoo.com